home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / docmgr.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.0 KB  |  81 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Documentation Data Base Management Tool
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Intermetrics, Inc.
  7. --                   : 733 Concord Ave, Cambridge, MA 02138
  8. --                   : Bill Toscano or Michael Gordon (author)
  9. --                   : (617) 661-1840 
  10. -- COPYRIGHT         : (c) 1986, Intermetrics, Inc.
  11. -- DATE CREATED      : 10/85
  12. -- DATE RELEASED     : 10/85
  13. -- DATE LAST UPDATED : 
  14. -- LOCATION          : ASR
  15. -- ENVIRONMENT       : VAX/VMS/DEC Ada
  16. --= CLASSIFICATION       ===============================================--
  17. -- CATEGORY LEVEL 1  : PROGRAM DESIGN LANGUAGE
  18. -- CATEGORY LEVEL 2  : Documentation Manager
  19. -- CATEGORY LEVEL 3  : 
  20. -- CATEGORY LEVEL 4  : 
  21. -- KEYWORD           : 
  22. -- INDEX             : Data Base
  23. -- INDEX             : Management, Documentation
  24. -- INDEX             : Documentation Management
  25. -- INDEX             : Configuration Items
  26. -- INDEX             : Items, Configuration
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_04_4
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.PDL>DOCMGR*.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.PDL>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   DOCMGR.CMM              597          32
  37. --   DOCMGR.CO              1839          86
  38. --   DOCMGR.DOC           213056        5161
  39. --   DOCMGR.PRO             2970          70
  40. --   DOCMGR.SRC           580340       19190
  41. --   DOCMGRRD.ME            1623          44
  42. --   ===============  ==========  ==========
  43. --     6 Files            800425       24583
  44. --= ABSTRACT             ===============================================--
  45. --         The document manager  maintains  a  catalog  of  configuration
  46. -- items  stored in the system.  Configuration items may be obtained from
  47. -- the  catalog  for  read-only  use,  or  for  modification.   Only  one
  48. -- modifiable  copy  can  be  checked  out  at  a  time.  When a modified
  49. -- configuration item is returned to the library, a new version number is
  50. -- assigned  to  it, so that all versions of an item can be obtained from
  51. -- the catalog.  Items in the catalog  have  attributes  associated  with
  52. -- them  and  items  can  be selected by attribute as well as by name and
  53. -- version number.  For example, an attribute can  be  the  name  of  the
  54. -- person  who  created the configuration item.  One can then easily find
  55. -- all configuration items created by a certain person.
  56. --= REVISION HISTORY     ===============================================--
  57. --
  58. -- DATE         VERSION    AUTHOR                  HISTORY
  59. -- 10/85         1.0    Intermetrics            Initial Release
  60. --= RELEASE NOTICE       ===============================================--
  61. -- This prologue must be included in all copies of this software.
  62. --
  63. -- This software is copyright by the author.
  64. --
  65. -- This software is released to the Ada community.
  66. -- This software is released to the Public Domain (note:
  67. --   software released to the Public Domain is not subject
  68. --   to copyright protection).
  69. -- Restrictions on use or distribution:  NONE
  70. --= DISCLAIMER           ===============================================--
  71. --     This software and its documentation are provided "AS IS" and
  72. -- without any expressed or implied warranties whatsoever.  No warranties
  73. -- as to performance, merchantability, or fitness for a particular
  74. -- purpose exist.
  75. --     The user is advised to test the software thoroughly before
  76. -- relying on it.  The user must assume the entire risk and liability of
  77. -- using this software.  In no event shall any person or organization of
  78. -- people be held responsible for any direct, indirect, consequential or
  79. -- inconsequential damages or lost profits.
  80. --======================================================================--
  81.